1.0.18 • Published 7 years ago

r-n-e-b v1.0.18

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

react-next-experss-boilerplate

The package is intended to install react, next js easier with some start files to help developer avoid the routine.

Firstly, install the package:

npm i r-n-e-b

Then create test.js with followed contents:

const rneb = require('r-n-e-b');

rneb.create(__dirname)
	.then(result => {
		console.log(result);
		process.exit(0);
	});

Or via command line:

node node_modules/r-n-e-b/index

Second argument (after script path: node_modules/r-n-e-b/index) may be passed as a path to copy files in:

node node_modules/r-n-e-b/index /var/www

Then run from your project's directory to install new dependencies:

npm install

It has to be run because of r-n-e-b modifies your package.json dependencies with those that are presented in our package.json.

1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 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