GitXplorerGitXplorer
e

nullstack-pwa-todo

public
3 stars
0 forks
9 issues

Commits

List of commits on branch master.
Unverified
e28291ef0f7782c3491bfd6073dcc59200dd92c9

chore: add tailwind dependency

eedysegura committed 3 years ago
Unverified
e61915b54fbfcc1e29c8b69b8ae9a338a09ecf09

chore: remove unnecessary fields

eedysegura committed 3 years ago
Unverified
277e3d390b29dff1379ea030c2af7ac69fa08c35

feat: add reinstall script

eedysegura committed 3 years ago
Unverified
cf5be7c0c6170c5da7a92c4596b721a562e9bf68

feat: bump up nullstack version

eedysegura committed 3 years ago
Unverified
7c1b7868bb7648709fc1f4b81f893769c02ec32e

refactor: move database bootstrap to client.js

eedysegura committed 3 years ago
Unverified
3c184ad40c1b135383090e7ebffb7d77697fb1d5

chore: add client.js and server.js

eedysegura committed 3 years ago

README

The README file for this repository.

Nullstack Pwa Todo

Nullstack

How to run this Project

Install the dependencies:

npm install

Copy the environment sample to a .env file

NULLSTACK_PROJECT_NAME="[dev] PWA Todo | Nullstack"
NULLSTACK_PROJECT_DOMAIN="localhost"
NULLSTACK_PROJECT_COLOR="#D22365"
NULLSTACK_SERVER_PORT="5000"

Run the app in development mode:

npm start

Open http://localhost:5000 to view it in the browser.

Learn more about Nullstack

Read the documentation