Giter VIP home page Giter VIP logo

skalavel-js-babel-template's Introduction

Skalavel JS/Babel/Nodemon Template

A simple skalavel/js/babel/nodemon template to create a scalable web application

NOTE: Skalavel not have very good features (now) such as Middlewares, Views, etc. Skalavel is in development.

Getting started

First clone tht repository:

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

Install the dependencies:

npm install
# or with yarn
yarn

Copy .env.example -> .env

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

NOTE: Edit the .env you like!

Running the application

To run the application use the build and start command:

npm run build
npm run start

Or if you like all in one command:

npm run build:start

Running the application (for development)

To run the application for development use the dev command, it uses nodemon to hot reloading

npm run dev

Opening the application

To open the application in your browser, check the .env file

cat .env
PORT=8000 # or your configured port

Assuming your port is 8000, open in your browser: localhost:8000

NOTE: The PrintPortTask print the port for you!

Enjoy

Enjoy with this template and skalavel!

skalavel-js-babel-template's People

Contributors

alphatechnolog avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.