Skip to content

NtonBala/signup-module

Repository files navigation

Signup Module




To launch project perform next steps:

  1. Download and install last Node.js LTS-version.
  2. Open console and run node -v command to check that Node.js version is at least v8.11.3;
  3. Run in console npm -v command to check that npm version is at least 5.6.0;
  4. Download and install Git, in case you don't have it installed;
  5. Run in console git --version command, to check Git version, should be at least 2.18.0;
  6. Clone and launch the project: git clone https://github.com/NtonBala/signup-module.git;
  7. Run in console cd signup-module;
  8. Run npm install to install project dependencies;
  9. Run npm start to start project in development mode;
  10. Open http://localhost:3000 in your browser.


Project commands

Note: launch with yarn «command» or npm run «command».

Command Description
start launch in development-mode
build:prod launch build
build:analyze launch build and analyze build result
lint:javascript analyse source JavaScript code stylystic mistakes
lint:css analyse source CSS-code stylictic mistakes
lint analyse all source code sylistic mistakes
test launch tests
test:watch launch tests in watch-mode
test:debug launch tests in debug-mode
soundcheck launch all linters and tests
prettier format source code with Prettier
deploy deploy to GitHub Pages

Staging is available on Github Pages: https://ntonbala.github.io/signup-module