laithmassoud / Lateral

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lateral Project

Requirements

For development, you will only need Node and Yarn or npm installed on your environement.

Install

go to your terminal and copy this commend

$ git clone https://github.com/laithmassoud/Lateral.git
$ cd Lateral
$ yarn
or
$ npm install

Start & watch

$ yarn start
or
$ npm start

Test

$ yarn test
or
$ npm run test

Simple build for production

$ yarn build
or
$ npm run build

env

Add your key configuration to your .env file in the root of your project:

REACT_APP_API_KEY=????????????

Languages & tools

HTML

JavaScript

SASS

Static server with Livereload

The app embed for development a static connect server with livereload plugged. So each time you start the app, you get automatic refresh in the browser whenever you update a file.

About


Languages

Language:JavaScript 58.2%Language:SCSS 25.1%Language:HTML 14.5%Language:CSS 2.3%