| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A CLI App to create a new project easily with some starter code
Works best with UNIX based systems.
git clone --recurse-submodules https://github.com/codeTIT4N/template-cliRun application in dev mode: npm run dev
Using this you can directly run TypeScript in the src folder.
Build application for prod use: npm run build
This will compile the TypeScript in the src folder and put the compiled JavaScript in the dist folder.
Run the compiled JavaScript: npm start
This will run the compiled JavaScript from the previous command.
This project is inspired by @leoroese/template-cli
| Back | FazBrowse Home | New Git URL |