1.1.18 • Published 5 years ago

generator-jwt-webapp v1.1.18

Weekly downloads
25
License
MIT
Repository
github
Last release
5 years ago

generator-jwt-webapp NPM version

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 mongod or create project using a remote DB Uri.

Next, create root folder where project will live and navigate to it:

  • myDirectory can be anything
mkdir myDirectory && cd myDirectory

Finally, generate your new project:

yo jwt-webapp

Follow Instructions...

Running the Webapp

In one terminal tab:

$ cd api
$ npm run start

In another terminal tab:

$ cd client
$ npm run dev

Open browser of choice and launch

localhost:3000

Getting To Know Yeoman

License

Apache-2.0 © Mike Schmerbeck

1.1.18

5 years ago

1.1.17

5 years ago

1.1.16

5 years ago

1.1.15

5 years ago

1.1.14

5 years ago

1.1.13

5 years ago

1.1.12

5 years ago

1.1.11

5 years ago

1.1.10

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

0.0.0

5 years ago