This is an e-commerce website for Virtual Reality headsets.
To install all dependencies:
npm install
To create database and tables:
`` start up mysql server npm run db && npm run migrate
``
To compile your application:
npm run build
To start node server:
npm run start
To start node server and visualize webpack build:
npm run dev
- ReactJS
- Webpack
- Babel ECMA6
- NodeJS
- Express
- Axios
