Lucas-Brites1 /
TSStarter
TSStarter is a minimal boilerplate designed to kickstart your TypeScript projects.
Active repository
JavaScriptNo license#boilerplate-template#javascript#nodejs#open-source-project
⑂ 0 forks◯ 0 issuesUpdated Oct 22, 2024
Loading repository data…
azappella / repository
A minimal starter-template for choojs with server-side rendering
A minimal isormorphic starter template (i.e. boilerplate) for choojs
git clone git@github.com:azappella/choo-minimal.git
npm install
npm start
This will start a development server with parcel.
If you want to modify the default configuration or environment variables:
cp .env.local.sample .env.local
Then open and edit the .env.local file (e.g. change NODE_ENV to production)
npm run server
npx pm2 stop choo-minimal-dev
The following will kill all processes running with pm2 (be careful where you run it)
npx pm2 kill
Selected from shared topics, language and repository description—not editorial ratings.
Lucas-Brites1 /
TSStarter is a minimal boilerplate designed to kickstart your TypeScript projects.