@lucksp/react_webpack_boilerplate
v1.0.0
Published
React boilerplate with Webpack, Express, Hot Module Replacement loading
Downloads
1
Maintainers
Readme
react_webpack_boilerplate
React boilerplate with Webpack, Express, Hot Module Replacement loading
Setup
Create a bare clone of the repository.
// Mirror-push to the new repository:
git clone --bare [email protected]:lucksp/react_webpack_express_boilerplate.git
cd react_webpack_express_boilerplate.git
git push --mirror https://github.com/exampleuser/your-new-repository.git`
// Then remove the temporary local repository you created in step 1.
cd ..
and rm -rf react_webpack_express_boilerplate.git
Then...
npm install
Run Dev
npm run dev
Run Prod
npm run build
Credits to:
medium.freecodecamp React Boilerplate and medium.freecodecamp Webpack for React for getting this started.