skolacode / website

This is SkolaCode official website codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was create with Create React App.

Introduction

This will be a landing site for my code school SkolaCode. Since my aim is to give education to everyone and this will be one of my contribution by sharing my codes with you all. Don't worry all the confidentially stuff will be .gitignore.

This repo will be a gret stepping stone if you want to build a cool and neat websites.

Get Boiler Plate

Click at branch, select tag tab and select the tag with boilerplate-vXX tag.

  1. e.g: boilerplate-v1.0
  2. They will be few tag for boiler plate, choose the latest one

Boiler Plate Features

  1. axios - for handle API
  2. react-cookies - for store cookies
  3. unstated - handle state managment
  4. react-router-dom - handle route management
  5. UI Framework, I leave it to you guys to decide
  6. Google Analytics - use it with react-ga

Code Commenting Style

  1. '**', this code need to be deleted
  2. '>', indicate where I get this knowledge / refer from
  3. 'TODO:' the todo jobs that need to be done

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

About

This is SkolaCode official website codes


Languages

Language:JavaScript 65.6%Language:HTML 31.4%Language:CSS 3.0%