@lucksp/react_webpack_boilerplate

1.0.0 • Public • Published

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 git@github.com: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.

Package Sidebar

Install

npm i @lucksp/react_webpack_boilerplate

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

35.3 kB

Total Files

22

Last publish

Collaborators

  • lucksp