maikforte / project-shock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Shock

Table of Contents

  1. What the hell?
  2. Testing
  3. Linting
  4. Quickstart

What the hell?

I don't want to recreate all my shits from scratch! This is my personal boilerplate for React Native/Expo project. This template utilizes ATOMIC design.

It's called Shock because you React.... Mmmmmmm.. K

Testing

Lulz no Unit Test for now

Linting

Lint configuration is based-off of AirBnB Lint Config with the alteration of the indention set to 4 spaces and other not so strict shits.

To run the lint, navigate to the project folder and run npm run lint To fix some of the linting errors, run npm run lint-fix

Quickstart

  1. Fork the repo
  2. Navigate to the project folder
  3. Run npm install
  4. Run npm start
  5. Expo Dashie and Compiler will be up

About

License:MIT License


Languages

Language:JavaScript 100.0%