Git Product home page Git Product logo

react-typescript-webpack's Introduction

React-Typescript-webpack

Starter Park for react and typescript with Webpack 5

Summary

Getting Started

  • clone the repo using git clone https://github.com/ibashir398/React-Typescript-webpack.git
  • install the dependencies using npm install
  • start the development server using npm run dev
  • run tests using npm test

ScreenShot(s)

NIL

Dependencies

  • Node v12.19.0
  • Prettier
  • Webpack v5
  • React V17
  • eslint
  • babel
  • Docker
  • Typescript V4

Prerequisites

The following are required to run the app

Setup

  • clone the repo using git clone https://github.com/ibashir398/React-Typescript-webpack.git
  • install the dependencies using npm install
  • start the development server using npm run dev
  • visit http://localhost:5001 on your browser and you will be presented with the login page ​

Running the tests [QA]

  • To run the tests simply use npm test

Deployment [DevOps]

​ This section should describe how to deploy this on a live system. The details of Jenkins configuration for the repo should be stated ​ To deploy this app follow the steps below:

  • Run npm build and a production optimized version of the app will be built
  • Start the app using npm start.

A Dockerfile is also provided for container creation. `FROM node:12.13.1-alpine

RUN npm install webpack -g

WORKDIR /app COPY package.json . RUN npm install COPY . .

ENV NODE_ENV=production ENV PORT=5001

CMD ["npm", "start" ] EXPOSE 5001 ` ​

Versioning [Dev]

Version__________No Description of change___________Date

  • N/A​ ​

Repo Structure

  • N/A​

Authors [Dev]

  • Ibrahim M Bashir
  • Github Username: embashgit ​

License

​ This project is licensed under the GNU General Public License v3.0 License - see the LICENSE.md file for details ​

Acknowledgments

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.