Skip to content

chanlito/kodejs

Repository files navigation

KodeJS

Koa + Node.js = KodeJS is a web application framework.

Features:

  • Koa as the web framework.
  • ES2017+ support with Babel.
  • Linting with ESLint.

Getting started

# Clone the project
git clone https://github.com/BruceHem/kodejs.git
cd kodejs

# Make it your own
rm -rf .git && git init && yarn init

# Install dependencies
yarn

# or if you're using npm
npm install

If you don't use Yarn you can just replace yarn with npm in the commands that follow.

Then you can begin development:

yarn run dev

This will launch a nodemon process for automatic server restarts when your code changes.

JavaScript Style Guide

License

MIT

About

Koa + Node.js = KodeJS is a web application framework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published