Skip to content

scorum/blog-web

Repository files navigation

Blog webapp client

Install

Step-by-step guide

  1. To install modules/running tasks we use yarn.
  2. We use node 8.9.x. (LTS). To install node go to https://nodejs.org/en/
  3. Install brew https://brew.sh/
  4. To install yarn, go to https://yarnpkg.com/lang/en/docs/install/ and follow instructions
  5. Run make install to install modules.

Starting project

Development

To build assets: yarn build:client to build client yarn build:server to build server

  1. Run make start to start development project.
  2. Run make stop to stop processes.
  3. Run make restart to restart processes

Production

To build assets: yarn build:client:production to build client yarn build:server:production to build server

  1. Run make start-production to start production project.
  2. Run make stop-production to stop processes.
  3. Run make restart to stop-production processes.

Tasks

Most common tasks we use are: Running tests: yarn test Running tests with coverage: yarn test:coverage Running lint (eslint): yarn lint You can run .js files lint: yarn lint:js You can run .jsx files lint: yarn lint:jsx You can run .scss files lint: yarn lint:scss

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages