/react-dev-env

The environment for development reactjs

Primary LanguageJavaScript

Reactjs Development Environment

This project is actually a Webpack configuration for React programming and development. This project was to be used by me personally. But I decided to make it public so that you can use it if you are interested. You can also develop this project and I will definitely see your code and if it is great, I will definitely merge with the project.

Glad to report bugs and problems with the project.

how to use ?

Run this command in CLI an get project :

$ git clone https://github.com/amirhossein95b/react-dev-env.git

Enjoy !

NPM Scripts

Serve the project with the following command:

npm run serve

And use the following command to build:

npm run build