Skip to content

avv123avv/coding-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

======================= Coding-test development start===========================

To start the project:

  1. npm i
  2. npm run dev

All done, you can change code how you want - webpack will rebuild code automatically and nodemon will restart after the rebuild.

================================== Tests========================================

To create tests:

  1. Use src/tests folder. Just create the folder which will contain files with *-test.js. Webpack will grab all files with such extension and start tests using mocha.js.

  2. To run tests: npm test

======================== Coding-test production start===========================

To start the project in production:

  1. To build and start using nodejs server: npm start
  2. Just to build: npm build. Then you can use any node.js configuration to run the compiled project from compiled/server.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published