1.1.4 • Published 3 years ago

make-react-project v1.1.4

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Make React Project

Simple React project initiator based on minimal-reactjs-boilerplate by Nikhil-Kumaran.

Thanks to him this project exists and I am thankful to have found his posts on create-react-app.

How To

  1. Install make-react-project with one of the methods below

    • yarn global add make-react-project
    • npm i -g make-react-project
  2. Navigate to the directory you made

    • cd ${your-project-name}
  3. Develop your project

Commands

Make React Project has two script commands atm, dev will launch a development setup on port 8080 in your default browser and build which will compile the site into a build folder in the project directory.

Comments

Fundementally yarn is not NECESSARY for this to work but it is what I use as my default package management system. I recommend installing it but if enough requests are made I can change the script to use npm instead.

If you get an error it is likely one of three reasons:

  • yarn is not installed (yarn is an alternative to npm, so installing it globally gives you options)

  • the folder name already exists, and since it does not remove folders, you will need to make a new name or delete the old folder.

Future Additions

  • Final Builds
  • stuff as needed

Contributing

frankly just drop a pull request and I will give it a look over if I think it fits the project goals.

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago