Skip to content

AlphaTechnolog/skalavel-js-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skalavel JS Template

A simple skalavel/js without babel template.

Getting started

See the next steps to create your application with skalavel and javascript:

mkdir -p ~/repo
cd !$
git clone https://github.com/AlphaTechnolog/skalavel-js-template my-awesome-skalavel-app
cd !$

Now install the requirements with yarn or npm:

npm install
# or with yarn
yarn

Running the app

First copy the .env.example file to .env

cp -r ./.env.example ./.env

The .env contains this:

PORT=3000

Now, run the app:

npm start
# or with yarn
yarn start

It run the app in the port 3000, open it in your browser!

Running the app (for development)

To run the app for development use the dev command it uses nodemon to apply the hot reloading.

npm run dev
# or with yarn
yarn dev

About

A simple skalavel/js without babel template.

Topics

Resources

Stars

Watchers

Forks