1.1.18 • Published 7 years ago
generator-jwt-webapp v1.1.18
generator-jwt-webapp 
React / NextJS frontend using JWT token authentication via Mongodb backed Node instance.
Installation
First, install Yeoman and generator-jwt-webapp using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-jwt-webapp- Also, make sure to have MongoDB installed and run
mongodor create project using a remote DB Uri.
Next, create root folder where project will live and navigate to it:
myDirectorycan be anything
mkdir myDirectory && cd myDirectoryFinally, generate your new project:
yo jwt-webappFollow Instructions...
Running the Webapp
In one terminal tab:
$ cd api
$ npm run startIn another terminal tab:
$ cd client
$ npm run devOpen browser of choice and launch
localhost:3000Getting To Know Yeoman
- Feel free to learn more about Yeoman.
License
Apache-2.0 © Mike Schmerbeck
1.1.18
7 years ago
1.1.17
7 years ago
1.1.16
7 years ago
1.1.15
7 years ago
1.1.14
7 years ago
1.1.13
7 years ago
1.1.12
7 years ago
1.1.11
7 years ago
1.1.10
7 years ago
1.1.9
7 years ago
1.1.8
7 years ago
1.1.7
7 years ago
1.1.6
7 years ago
1.1.5
7 years ago
1.1.4
7 years ago
1.1.3
7 years ago
1.1.2
7 years ago
1.1.1
7 years ago
1.1.0
7 years ago
0.0.0
7 years ago