robosats/frontend
Fernando Porazzi dcefce874f
Add typescript support and change webpack and babel config
This commit adds full Typescript support. Although .js files will keep on working normally, it's encouraged that new files are created with either .tsx(for components) or .ts(for non components) extensions.

Also, a linter with some basic settings for React and Typescript has been added. These settings can be changed at any time if needed.
2022-05-06 12:32:12 +02:00
..
src Fix charged maker bond at cancel before taker bond is locked 2022-05-05 11:15:14 -07:00
static Add currency UAH 2022-05-04 07:27:05 -07:00
templates/frontend Internationalization (#85) 2022-04-05 14:25:53 +00:00
__init__.py Add frontend app 2022-01-01 15:05:55 -08:00
.eslintrc.json Add typescript support and change webpack and babel config 2022-05-06 12:32:12 +02:00
admin.py Add frontend app 2022-01-01 15:05:55 -08:00
apps.py Re-format all python code 2022-02-17 11:50:10 -08:00
babel.config.json Add typescript support and change webpack and babel config 2022-05-06 12:32:12 +02:00
Dockerfile Dockerize npm dev run 2022-02-07 11:25:10 -08:00
models.py Add frontend app 2022-01-01 15:05:55 -08:00
package-lock.json Add typescript support and change webpack and babel config 2022-05-06 12:32:12 +02:00
package.json Add typescript support and change webpack and babel config 2022-05-06 12:32:12 +02:00
tests.py Add frontend app 2022-01-01 15:05:55 -08:00
tsconfig.json Add typescript support and change webpack and babel config 2022-05-06 12:32:12 +02:00
urls.py Route refCode url to api/user and display rewards 2022-03-05 09:32:27 -08:00
views.py Re-format all python code 2022-02-17 11:50:10 -08:00
webpack.config.ts Add typescript support and change webpack and babel config 2022-05-06 12:32:12 +02:00