3.1.0 • Published 5 years ago

minima-cli v3.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 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

5 years ago

3.0.3

5 years ago

3.0.2

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.0.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago