3.1.0 • Published 6 years ago

minima-cli v3.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

MINIMA-CLI

WARNING

If you are looking for an easy way to start your React project without worrying about the boilerplate, you may want to take a look at create-react-app as it is the standard.

If you are looking for an alternative to create-react-app, then you are more than welcome to give minima-cli a try, but please bare in mind that since it was designed for internal purposes, it may not work for everybody.

INSTALLATION & USAGE

This package requires node >= 10.13.

Install globally:

$ npm i -g minima-cli

Run minima-cli for instructions:

$ minima-cli --help

Start a new project:

$ minima-cli --name=myNewProject

cd into your newly created project, install packages and start the server:

$ cd myNewProject
$ npm start

Visit http://localhost:3010 to see your project.

LICENSE

MIT.

3.1.0

6 years ago

3.0.3

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.0.0

6 years ago

1.0.9

6 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago