0.0.3 • Published 3 years ago

validate-with-regex v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

ExpressJS and TypeScript - a simple project template

Instructions:

  1. Clone this repo
  2. Run npm install
  3. Create a .env file (see .env.sample for an example)
  4. Run npm start
  5. Visit localhost:8080

To run in debug mode, simply hit F5

You should have a simple express js app running, you can now edit the code in the src folder, and see it reflect in your browser.