React SVR Frontend
Requirements installed
These are the minimum requirements for the project setup:
Getting started
Open your preferred command line tool and run follow some steps below:
git clone git@github.com:kun391/react-svrr.git
.cd react-svrr
.npm install
automatically to install plugins required for the build script based inpackage.json
file.npm run dev
run webpack.npm run server
in new command to start server locally. The, run the urlhttp://localhost:3000
in your browser.npm run prod
to build and run the production version.
Project structure
react-svrr/
├── src/
│ ├── actions
│ ├── api
│ ├── assets
│ │ ├── fonts
│ │ ├── images
│ │ └── styles
│ ├── components
│ │ ├── layout
│ │ ├── modules
│ │ └── pages
│ ├── constants
│ ├── reducers
│ ├── routes
│ └── index.html
│ └── index.js
└── package.json
Deployment
git clone git@github.com:kun391/react-svrr.git
.cd react-svrr
.npm install
automatically to install plugins required for the build script based inpackage.json
file.npm run prod
to build the production version and run the server.