Skip to content
/ react-webpack Public template

This project was create to be a starting point for React projects

License

Notifications You must be signed in to change notification settings

jnmorse/react-webpack

Repository files navigation

React Webpack Starter

  1. Author
  2. How To Get Started

My Own attempt to create a starting point for react projects. Will attempt to improve as I get more accustomed to work with these tools.

Any contributions will be welcome.

How To Get Started

Follow these directions to get started.

Prerequisites

  • Node version > 10.5

Installing Locally

Using Degit

npx degit jnmorse/react-webpack project-name
cd project-name
npm install
npm run dev

Git


git clone https://github.com/jnmorse/react-webpack.git project-folder --depth 1
cd react-webpack
npm install
npm run dev

You may also download a zipped version of the repository and extract it.

Build For Production

To use in production change NODE_ENV in the .env file to production.

npm run build

Want to Contribute

Read our Contributing Guide

Author

Joseph Morse tamed.lionheart@gmail.com - jnmorse

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgements