Skip to content

thanh-nguyen-95/build-app-thanhs-way

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build App Thành's Way

Table of content:

Introduction

There are many ways to build an application. This is MY way of building an application (as a front-end developer).

This repository is a demo showing the process of making a simple live search (offline data) web application using HTML/CSS and Javascript.

Features:

  1. Sample checklist for each step (Prepapre, Develop, Test & Deploy, Document).
  2. A running demo (duh)
  3. Unit testing with Jest

Getting started

Prerequisites

Installation

  1. Clone the repository

    git clone https://github.com/thanh-nguyen-95/build-app-thanhs-way.git
  2. Install all packages

    cd ./build-app-thanhs-way
    npm install
  3. Build

    3a. Build for development

    npm run dev

    3b. Build for production

    npm run build

    3c. Test

    npm run test

Structure

The project is structured based on the process of how I build an application. For more detail, please consult the .md file in each step's folder.

References

About

How I build an application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published