1.0.18 • Published 6 years ago
r-n-e-b v1.0.18
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
6 years ago
1.0.17
6 years ago
1.0.16
6 years ago
1.0.15
6 years ago
1.0.14
6 years ago
1.0.13
6 years ago
1.0.12
6 years ago
1.0.11
6 years ago
1.0.10
6 years ago
1.0.9
6 years ago
1.0.8
6 years ago
1.0.7
6 years ago
1.0.6
6 years ago
1.0.5
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago