basic_react_webapp_template
v1.0.0
Published
Basic template to create common ReactJS web application with WebPack
Downloads
4
Readme
basic_react_webapp_template
Basic template to create common ReactJS web application with WebPack
Prerequisites to use this template:
Before downloading this template:
npm i -g webpack webpack-dev-server
After downloading this template:
npm install
(to install all dependencies)npm start
(this will make a development build and run webpack-dev-server. Can be replaced withnpm run build
)- When the server starts, navigate your webbrowser to localhost:8088
npm run css
(SASS conversion one times)npm run css:w
(Continious SASS files watching and immediate conversion)
Go to production:
npm run build:prod
(will create a production version of application inside the "dist" folder)