An open API service indexing awesome lists of open source software.

https://github.com/dpathfinderedge/edm-app

A simple and beautiful EDM app built using React.
https://github.com/dpathfinderedge/edm-app

edmapp javascript nodejs reactjs webapp

Last synced: about 2 months ago
JSON representation

A simple and beautiful EDM app built using React.

Awesome Lists containing this project

README

          



EDM App


A simple and beautiful Employees's Data Management (EDM) application built using React.

## Technologies Used:

- [React](http://reactjs.org)
- [Primitive UI](https://taniarascia.github.io/primitive)
- [SweetAlert2](https://sweetalert2.github.io)

## Development

Install dependencies:

```
npm install
```

Now you can start a local web server by running:

```
npm start
```

And then open [http://localhost:3000](http://localhost:3000) in the browser.

## Available Scripts

npm start - Runs the app in the development mode.\
npm test - Launches the test runner in the interactive watch mode.\
npm run build - Builds the app for production to the `build` folder.\
npm run eject - This command will remove the single build dependency from your project.