Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
44 lines (35 loc) · 1.11 KB

README.md

File metadata and controls

executable file
·
44 lines (35 loc) · 1.11 KB

Coconut GL

A three.js and oimo.js sandbox based on Sinan Mutlu's webpack-simple-starter project

Getting Started

First, install the modules that the project needs.

$ npm install

Now, let's start developing.

$ npm run dev

Finally development process done. Let's export for production.

$ npm run build

That's it!. Files are ready to under the dist/ directory for production.

What's in this project?

Directories

There are four main directories in project. This directories like below:

build/		# Webpack configurations
config/		# Dev and prod configurations
src/ 		# Project development files
|_ scripts/	# Javascript files
|_ styles/	# Style files (scss)
|_ views/	# HTML templates (pug)
static/		# Static files (Like fonts, images)

Used Frameworks

  • Babel.js for ES6 compile
  • Sass for CSS
  • Pug for HTML template

Also, this project supports hot reload and includes full linting via eslint

License

This project is under the MIT license.