Skip to content

NetworkDefines/nwd-front-boilerplate

Repository files navigation

nwd-front-boilerplate

Boilerplate of networkdefines frontend


Configuration

Make a .env.local .env.dev .env using .env.sample

  • .env.local : for local envrionment
  • .env.dev : for dev server environment
  • .env : for production server environment

Installation

Install packages

$ yarn install

Run webpack-dev-server

Run frontend webpack server

$ yarn local

or

$ yarn start

Open the web

http://localhost:3000


Webpack build

Build static files

$ yarn build:dev

or

$ yarn build:prod

Serve the static files in the backend

Run the express server and serve the above static files


Open the web

https://sendia.io

or

https://dev.sendia.io

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published